home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000101_news@columbia.edu_Sun Apr 9 10:20:53 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22833
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 10 Apr 1995 18:59:39 -0400
  3. Received: by apakabar.cc.columbia.edu id AA20662
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 10 Apr 1995 18:59:38 -0400
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.alpha.net!uwm.edu!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Detecting CD via Script
  9. Message-Id: <1995Apr9.162053.47013@cc.usu.edu>
  10. Date: 9 Apr 95 16:20:53 MDT
  11. References: <3m9c8e$c48@ccshst05.cs.uoguelph.ca>
  12. Organization: Utah State University
  13. Lines: 15
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3m9c8e$c48@ccshst05.cs.uoguelph.ca>, lloo@uoguelph.ca (Leon Loo) writes:
  17. > I was wondering if there is anyway of detecting the status of the phone line
  18. > while in a kermit script?  I'm going to a host periodically hangs up.
  19. > I've look through the manual but have not been able to find something which
  20. > would let me do this.
  21. > I'm using MSKermit version 3.13 patch level 0.
  22. > Any help would be appriciated.
  23. -------------
  24.     The answer is in the old rule of "only one device driver per device."
  25. If a SLIP Packet Driver owns the serial port then Kermit can't without
  26. creating a conflict. I presume you unfortunately purchased an internal
  27. modem, and hence lack lightblubs to watch on the unit.
  28.     Joe D.